home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:element name="uploadclientdb">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="filenameserv" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="filepathserver" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clientdate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="systemno" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="isbaseline" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="strUserName" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="uploadclientdbResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="uploadclientdbResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getclientdb">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="uniquenum" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="strUserName" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getclientdbResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getclientdbResult" type="tns:ArrayOfString" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfString">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="recoverfile">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="uniquenum" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clientpath" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="recoverfileResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="recoverfileResult" type="tns:ArrayOfString" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetServerIP">
- <s:complexType />
- </s:element>
- <s:element name="GetServerIPResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetServerIPResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="uploadclientdbSoapIn">
- <wsdl:part name="parameters" element="tns:uploadclientdb" />
- </wsdl:message>
- <wsdl:message name="uploadclientdbSoapOut">
- <wsdl:part name="parameters" element="tns:uploadclientdbResponse" />
- </wsdl:message>
- <wsdl:message name="getclientdbSoapIn">
- <wsdl:part name="parameters" element="tns:getclientdb" />
- </wsdl:message>
- <wsdl:message name="getclientdbSoapOut">
- <wsdl:part name="parameters" element="tns:getclientdbResponse" />
- </wsdl:message>
- <wsdl:message name="recoverfileSoapIn">
- <wsdl:part name="parameters" element="tns:recoverfile" />
- </wsdl:message>
- <wsdl:message name="recoverfileSoapOut">
- <wsdl:part name="parameters" element="tns:recoverfileResponse" />
- </wsdl:message>
- <wsdl:message name="GetServerIPSoapIn">
- <wsdl:part name="parameters" element="tns:GetServerIP" />
- </wsdl:message>
- <wsdl:message name="GetServerIPSoapOut">
- <wsdl:part name="parameters" element="tns:GetServerIPResponse" />
- </wsdl:message>
- <wsdl:portType name="clientSoap">
- <wsdl:operation name="uploadclientdb">
- <wsdl:input message="tns:uploadclientdbSoapIn" />
- <wsdl:output message="tns:uploadclientdbSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getclientdb">
- <wsdl:input message="tns:getclientdbSoapIn" />
- <wsdl:output message="tns:getclientdbSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="recoverfile">
- <wsdl:input message="tns:recoverfileSoapIn" />
- <wsdl:output message="tns:recoverfileSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetServerIP">
- <wsdl:input message="tns:GetServerIPSoapIn" />
- <wsdl:output message="tns:GetServerIPSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="clientSoap" type="tns:clientSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <wsdl:operation name="uploadclientdb">
- <soap:operation soapAction="http://tempuri.org/uploadclientdb" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getclientdb">
- <soap:operation soapAction="http://tempuri.org/getclientdb" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="recoverfile">
- <soap:operation soapAction="http://tempuri.org/recoverfile" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetServerIP">
- <soap:operation soapAction="http://tempuri.org/GetServerIP" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="client">
- <wsdl:port name="clientSoap" binding="tns:clientSoap">
- <soap:address location="https://ev11.sosonlinebackup.com/rdss/protect/clientdb/client.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>